Warn people to not edit generated files.
authorrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 17 Jul 2003 17:34:18 +0000 (17:34 +0000)
committerrobertl <robertl@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Thu, 17 Jul 2003 17:34:18 +0000 (17:34 +0000)
gpsbabel/mkstyle.sh

index 2df86c82b48dc6144f4f9f79bed597fee285444e..52c799a5c37dbe1e040ff4827f0ef8aa197b939e 100755 (executable)
@@ -1,4 +1,8 @@
 
+echo "/* This file is machine-generated from the contents of style/ */"
+echo "/* by mkstyle.sh.   Editing it by hand is an exeedingly bad idea. */"
+echo 
+
 for i in style/*.style
 do
        A=`basename $i | sed "s/.style$//"`